![]() |
GetWindowProxyFSSpec |
||||
Header: | MacWindows.h | Carbon status: | Supported | |
Obtains a file system specification structure for the file that is associated with a window.
OSStatus GetWindowProxyFSSpec ( WindowRef window, FSSpec *outFile );
A pointer to the window for which you wish to determine the associated file.
On input, a pointer to an FSSpec structure. On return, this structure contains a copy of the file system specification data for the file associated with the specified window.
A result code.
You can use the GetWindowProxyFSSpec function to obtain identifying information about a proxy file: its volume reference number, directory ID, and file name.
See also the function SetWindowProxyFSSpec.
This function is available with Mac OS 8.5 and later.
Supported in Carbon. Available in Carbon 1.0.2 and later when running Mac OS 8.5 or later.
© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)